#HTML <optgroup>
The <optgroup> HTML element creates a grouping of options within a <select> element.
#Attributes
disabled
: If this Boolean attribute is set, none of the items in this option group is selectable. Often browsers grey out such control and it won't receive any browsing events, like mouse clicks or focus-related ones.label
: The name of the group of options, which the browser can use when labeling the options in the user interface. This attribute is mandatory if this element is used.